home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Demos
/
Tools
/
QC™ 1.1.3
/
QCAPI
/
BadAPPL
/
BadAPPL src
/
MakeBad
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-04-21
|
338 b
|
10 lines
|
[
TEXT/MPS
]
##
# Please note that this script assumes there is a shell variable
# called {Trash} that points to your 'startup volume:Trash:'. If it
# is not defined then the output will simply be redirected to the
# current directory (and then deleted).
##
make -f BadAPPL.make BadAPPL > "{Trash}buildbad";"{Trash}buildbad"
delete "{Trash}buildbad"